home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 2.iso / dist / fw_gnome-libs.idb / usr / freeware / share / gtkrc.he.z / gtkrc.he
Text File  |  2002-07-08  |  2KB  |  77 lines

  1. # $(datadir)/gtkrc.he
  2. #
  3. # This file defines the fontsets for Hebrew language (he)
  4. #
  5. # 1999 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
  6. #
  7. # IMPORTANT NOTE: the standard Gtk+ widgets aren't bidirectional yet;
  8. #    I don't know if this file would need any special adaptation for
  9. #    bidirectional scripts; I hope it won't.
  10.  
  11. style "GnomeScores_CurrentPlayer_style"
  12. {
  13.   fg[NORMAL] = {1.0, 0.0, 0.0}
  14. }
  15.  
  16. style "GnomeScores_Logo_style"
  17. {
  18.   fontset = "-freefont-garamond-*-*-*-*-30-170-*-*-*-*-iso8859-1,\
  19.           -*-garamond-*-r-*-*-34-*-*-*-*-*-iso8859-8,\
  20.       -*-*-*-r-*-*-34-*-*-*-*-*-iso8859-8"
  21.   fg[NORMAL] = {0.0, 0.0, 1.0}
  22. }
  23.  
  24. style "GnomeAbout_DrawingArea_style"
  25. {
  26.   bg[NORMAL] = {1.0, 1.0, 1.0}
  27. }
  28.  
  29. style "GnomeAbout_Title_style"
  30. {
  31.   fontset = "-*-helvetica-bold-r-normal-*-20-*-*-*-*-*-*-*"
  32. }
  33.  
  34. style "GnomeAbout_Copyright_style"
  35. {
  36.   fontset = "-*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*"
  37. }
  38.  
  39. style "GnomeAbout_Author_style"
  40. {
  41.   fontset = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"
  42. }
  43.  
  44. style "GnomeAbout_Names_style"
  45. {
  46.   fontset = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*"
  47. }
  48.  
  49. style "GnomeAbout_Comments_style"
  50. {
  51.   fontset = "-*-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*"
  52. }
  53.  
  54. style "GnomeHRef_Label_style"
  55. {
  56.   fg[NORMAL] = { 0.0, 0.0, 1.0 }
  57.   fg[PRELIGHT] = { 0.0, 0.0, 1.0 }
  58.   fg[INSENSITIVE] = { 0.5, 0.5, 1.0 }
  59.   fg[ACTIVE] = { 1.0, 0.0, 0.0 }
  60. }
  61.  
  62. style "GnomeGuru_PageTitle_style" 
  63. {
  64.  fontset = "-*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*"    
  65. }
  66.  
  67. widget "*GnomeScores*.CurrentPlayer" style "GnomeScores_CurrentPlayer_style"
  68. widget "*GnomeScores*.Logo" style "GnomeScores_Logo_style"
  69. widget "*GnomeAbout*.DrawingArea" style "GnomeAbout_DrawingArea_style"
  70. widget "*GnomeAbout*.Author" style "GnomeAbout_Author_style"
  71. widget "*GnomeAbout*.Comments" style "GnomeAbout_Comments_style"
  72. widget "*GnomeAbout*.Copyright" style "GnomeAbout_Copyright_style"
  73. widget "*GnomeAbout*.Names" style "GnomeAbout_Names_style"
  74. widget "*GnomeAbout*.Title" style "GnomeAbout_Title_style"
  75. widget "*GnomeHRef.GtkLabel" style "GnomeHRef_Label_style"
  76. widget "*GnomeGuru*.PageTitle" style "GnomeGuru_PageTitle_style"
  77.